From 08ce4dd12ae804db243d0b869b8def52fe8ac6cc Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 2 Sep 2003 18:25:22 +0000 Subject: [PATCH] fix gcc compile error due to misplaced declaration git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@482 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/tiger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index 3233202e8..17c829b80 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -171,12 +171,12 @@ map_plot(const waypoint *wpt) static void data_write(void) { + double latsz,lonsz; maxlat = -9999.0; maxlon = -9999.0; minlat = 9999.0; minlon = 9999.0; rec_cnt = 0; - double latsz,lonsz; if (snlen) short_length = atoi(snlen); -- 2.30.2